PGPsdk 2.1.1 Source Code
Read Me
8/19/01

This source release contains the source code used by PGP 7.1 and above.
These are the same libraries used by the released products, and may be
swapped out for modules in those products. These libraries may be used for
peer review, or for writing plugins based on the 7.1+ source code. The
official and fully documented release of the PGPsdk 2.1.1 is available now
as a separate commercial product for those writing commercial applications
based on this library.

BUILD INSTRUCTIONS
------------------

A shell script is included to build the PGP Libraries. Simply run ./build.sh.

The following libraries are created:

libs2/pfl/libpfl.a:
    The PGP Foundation Library.

libs2/pgpsdk/unix/libPGPsdk.a:
    The PGP Software Development Kit.

libs2/pgpsdk/unix/libPGPsdkNetwork.a:
    The PGPsdk Network Library.

libs2/pgpsdk/unix/libPGPui.a:
    The PGPsdk User Interface Library.

